POV-Ray : Newsgroups : povray.general : WorldMachine to POV : Re: WorldMachine to POV Server Time
5 Aug 2024 18:22:31 EDT (-0400)
  Re: WorldMachine to POV  
From: =RAY=
Date: 5 Aug 2002 22:10:08
Message: <web.3d4f2f4bbaf777fe264908380@news.povray.org>
Slime wrote:
>Does anyone know of any conversion utility that can take one of
>WorldMachine's 16-bit (or more) output formats (Such as Terragen TER) and
>convert it to a format that POV-Ray can read (without returning to 8 bits)?
>
> - Slime
>
Sure, somthing like

height_field{
  function X_res,Y_res {
    pattern{
      image_map{tga "HF.tga"}
      rotate -90*x
    }
  }
  translate <-,.5,0,-.5>
}
// WARNING: UNTESTED CODE
=RAY=


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.